home *** CD-ROM | disk | FTP | other *** search
- on aniMateBack theCast, theClicks
- set whichSprite to the clickOn
- puppetSprite(whichSprite, 1)
- set whichCast to the castNum of sprite whichSprite
- set theFrames to whichCast - theCast
- repeat while whichCast > theFrames
- set the castNum of sprite whichSprite to whichCast
- updateStage()
- set whichCast to whichCast - 1
- theTempo(theClicks)
- end repeat
- updateStage()
- end
-